SOCKETS.ACCEPT Function
/documentation/pages/Ref/Api/Objects/System/Sockets/SOCKETS.ACCEPT Method.xml
Accept an open sockets input. Returns a new accepted socket. flags - 'B' = blocking .
SOCKETS.READLINE Function
/documentation/pages/Ref/Api/Objects/System/Sockets/SOCKETS.READLINE Method.xml
Reads a line from the socket, if one is available (else returns blank).
SOCKETS.WRITEB Function
/documentation/pages/Ref/Api/Objects/System/Sockets/SOCKETS.WRITEB Method.xml
Write blob to socket.
SOCKETS.OPEN Function
/documentation/pages/Ref/Api/Objects/System/Sockets/SOCKETS.OPEN Method.xml
Open an existing socket - mode is S for server, C for client, L for Listen (server without accept), R for server with reuse address flag.
SOCKETS.READ Function
/documentation/pages/Ref/Api/Objects/System/Sockets/SOCKETS.READ Method.xml
Read bytes from socket into string.
SOCKETS.DATAGRAM_KILL Function
/documentation/pages/Ref/Api/Objects/System/Sockets/SOCKETS.DATAGRAM_KILL Method.xml
Close down a datagram handler.
SOCKETS.ADDRESS_GET Function
/documentation/pages/Ref/Api/Objects/System/Sockets/SOCKETS.ADDRESS_GET Method.xml
Get the ip address of an open socket. (R = remote IP, L = local IP)
SOCKETS.PORT_GET Function
/documentation/pages/Ref/Api/Objects/System/Sockets/SOCKETS.PORT_GET Method.xml
Get the port for an open socket. (R = remote port, L = local port)
SOCKETS.DATAGRAM_SEND Function
/documentation/pages/Ref/Api/Objects/System/Sockets/SOCKETS.DATAGRAM_SEND Method.xml
Send data to a host/port.
SOCKETS.OPTIONS_GET Function
/documentation/pages/Ref/Api/Objects/System/Sockets/SOCKETS.OPTIONS_GET Method.xml
Get options (A-accepting L-Linger K-Keep Alive R-Reuse Address N-Don't route D-elay X-Debug - I=input buffer O=output buffer T=timeout - '' escapes characters ).